const google.golang.org/grpc/internal/transport.defaultWindowSize

12 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L540: 		sendQuota:       defaultWindowSize,
		controlbuf.go#L541: 		oiws:            defaultWindowSize,
		defaults.go#L28: 	defaultWindowSize = 65535
		defaults.go#L30: 	initialWindowSize             = defaultWindowSize // for an RPC
		http2_client.go#L313: 	if opts.InitialConnWindowSize >= defaultWindowSize {
		http2_client.go#L380: 	if opts.InitialWindowSize >= defaultWindowSize {
		http2_client.go#L433: 	if t.initialWindowSize != defaultWindowSize {
		http2_client.go#L451: 	if delta := uint32(icwz - defaultWindowSize); delta > 0 {
		http2_server.go#L184: 	if config.InitialWindowSize >= defaultWindowSize {
		http2_server.go#L188: 	if config.InitialConnWindowSize >= defaultWindowSize {
		http2_server.go#L191: 	if iwz != defaultWindowSize {
		http2_server.go#L212: 	if delta := uint32(icwz - defaultWindowSize); delta > 0 {